Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TP2000-1600 Add Subtask filter to Task admin view #1344

Open
wants to merge 4 commits into
base: TP2000-1471--task-workflow
Choose a base branch
from

Conversation

LaurenMullally
Copy link
Contributor

#TP2000-1600 Add Subtask filter to Task admin view

Why

This PR adds some helpful details to identify subtasks amongst a list of tasks. As Tasks and Subtasks are the same model, creating an admin view for Subtasks will take a bit more thought around how it's done. In the interim, I've added a couple of changes to the Task Admin view to help identify and filter Subtasks from Tasks.

What

  • Add an is_subtask column to the Task details list.
  • Add a filter to the Task list to filter Tasks and Subtasks

Checklist

  • Requires migrations? - no
  • Requires dependency updates? - no

@LaurenMullally LaurenMullally requested a review from a team as a code owner November 28, 2024 15:19
tasks/admin.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants